Html Css Color HEX #52618F Waikawa Grey

📋 copy color: '#52618F'

red 82 ◦ green 97 ◦ blue 143

#52618F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #52618F

Tints of Waikawa Grey #52618F

RGB

 RED value IS 82 (32.42% from 255) = 25.47%

 GREEN value IS 97 (38.28% from 255) = 30.12%

 BLUE value IS 143 (56.25% from 255) = 44.41%

R = 25.47%
G = 30.12%
B = 44.41%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#52618F (or 0x52618F) is known color: Waikawa Grey. HEX triplet: 52, 61 and 8F. RGB value is (82,97,143). Sum of RGB (Red+Green+Blue) = 82+97+143=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 143 - color contains mainly: blue. Hex color #52618F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52618F is #AD9E70. Grayscale: #616161. Windows color (decimal): -11378289 or 9396562. OLE color: 9396562.

HSL color Cylindrical-coordinate representation of color #52618F: hue angle of 225.25º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52618F is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 97 143 -
CMYK 0.43 0.32 0 0.44
HSL 225.25º 0.27% 0.44% -
HSV(B) 225.25º 0.43% 0.56% -
XYZ 12.71 12.33 27.7 -
YUV 97.76 153.53 116.76 -
System Red Green Blue C M Y K H S L
Decimal 82 97 143 0.43 0.32 0 0.44 225.25 0.27 0.44
Hex 52 61 8F 2B 20 0 2C E1 1B 2C
Octal 122 141 217 53 40 0 54 341 33 54
Binary 1010010 1100001 10001111 101011 100000 0 101100 11100001 11011 101100

Color Harmonies of #52618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52618F

Black with #52618F

Text Example


Text Example

White with #52618F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52618F; }

 p { color: rgb(82,97,143); }

 H1.HeaderClassName
 {
   color: #52618F;
 }
 .AnyTagClassName
 {
   color: #52618F;
 }
</style>

background-color css

<style>
 a { background-color: #52618F; }

 a { background-color: rgb(82,97,143); }

 div.DivClassName
 {
   background-color: #52618F;
 }
 .BgClassName
 {
   background-color: #52618F;
 }
</style>

border-color css

<style>
 span { border-color: #52618F; }

 span { border-color: rgb(82,97,143); }

 td.TdClassName
 {
   border-color: #52618F;
 }
 .TagClassName
 {
   border-color: #52618F;
 }
</style>