Html Css Color HEX #525F8E Waikawa Grey

📋 copy color: '#525F8E'

red 82 ◦ green 95 ◦ blue 142

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

Shades of Waikawa Grey #525F8E

Tints of Waikawa Grey #525F8E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.78%

 BLUE value IS 142 (55.86% from 255) = 44.51%

R = 25.71%
G = 29.78%
B = 44.51%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#525F8E (or 0x525F8E) is known color: Waikawa Grey. HEX triplet: 52, 5F and 8E. RGB value is (82,95,142). Sum of RGB (Red+Green+Blue) = 82+95+142=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #525F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525F8E is #ADA071. Grayscale: #606060. Windows color (decimal): -11378802 or 9330514. OLE color: 9330514.

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

Color convert

RGB 82 95 142 -
CMYK 0.42 0.33 0 0.44
HSL 227º 0.27% 0.44% -
HSV(B) 227º 0.42% 0.56% -
XYZ 12.45 11.93 27.24 -
YUV 96.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 82 95 142 0.42 0.33 0 0.44 227 0.27 0.44
Hex 52 5F 8E 2A 21 0 2C E3 1B 2C
Octal 122 137 216 52 41 0 54 343 33 54
Binary 1010010 1011111 10001110 101010 100001 0 101100 11100011 11011 101100

Color Harmonies of #525F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F8E

Black with #525F8E

Text Example


Text Example

White with #525F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525F8E; }

 p { color: rgb(82,95,142); }

 H1.HeaderClassName
 {
   color: #525F8E;
 }
 .AnyTagClassName
 {
   color: #525F8E;
 }
</style>

background-color css

<style>
 a { background-color: #525F8E; }

 a { background-color: rgb(82,95,142); }

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

border-color css

<style>
 span { border-color: #525F8E; }

 span { border-color: rgb(82,95,142); }

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