Html Css Color HEX #525F8D Waikawa Grey

📋 copy color: '#525F8D'

red 82 ◦ green 95 ◦ blue 141

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

Shades of Waikawa Grey #525F8D

Tints of Waikawa Grey #525F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.34%

R = 25.79%
G = 29.87%
B = 44.34%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#525F8D (or 0x525F8D) is known color: Waikawa Grey. HEX triplet: 52, 5F and 8D. RGB value is (82,95,141). Sum of RGB (Red+Green+Blue) = 82+95+141=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #525F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525F8D is #ADA072. Grayscale: #606060. Windows color (decimal): -11378803 or 9264978. OLE color: 9264978.

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

Color convert

RGB 82 95 141 -
CMYK 0.42 0.33 0 0.45
HSL 226.78º 0.26% 0.44% -
HSV(B) 226.78º 0.42% 0.55% -
XYZ 12.38 11.9 26.84 -
YUV 96.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 82 95 141 0.42 0.33 0 0.45 226.78 0.26 0.44
Hex 52 5F 8D 2A 21 0 2D E3 1A 2C
Octal 122 137 215 52 41 0 55 343 32 54
Binary 1010010 1011111 10001101 101010 100001 0 101101 11100011 11010 101100

Color Harmonies of #525F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F8D

Black with #525F8D

Text Example


Text Example

White with #525F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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