Html Css Color HEX #5C6482 Waikawa Grey

📋 copy color: '#5C6482'

red 92 ◦ green 100 ◦ blue 130

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

Shades of Waikawa Grey #5C6482

Tints of Waikawa Grey #5C6482

RGB

 RED value IS 92 (36.33% from 255) = 28.57%

 GREEN value IS 100 (39.45% from 255) = 31.06%

 BLUE value IS 130 (51.17% from 255) = 40.37%

R = 28.57%
G = 31.06%
B = 40.37%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5C6482 (or 0x5C6482) is known color: Waikawa Grey. HEX triplet: 5C, 64 and 82. RGB value is (92,100,130). Sum of RGB (Red+Green+Blue) = 92+100+130=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 130 - color contains mainly: blue. Hex color #5C6482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6482 is #A39B7D. Grayscale: #646464. Windows color (decimal): -10722174 or 8545372. OLE color: 8545372.

HSL color Cylindrical-coordinate representation of color #5C6482: hue angle of 227.37º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C6482 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 92 100 130 -
CMYK 0.29 0.23 0 0.49
HSL 227.37º 0.17% 0.44% -
HSV(B) 227.37º 0.29% 0.51% -
XYZ 13 13 22.94 -
YUV 101.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 92 100 130 0.29 0.23 0 0.49 227.37 0.17 0.44
Hex 5C 64 82 1D 17 0 31 E3 11 2C
Octal 134 144 202 35 27 0 61 343 21 54
Binary 1011100 1100100 10000010 11101 10111 0 110001 11100011 10001 101100

Color Harmonies of #5C6482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6482

Black with #5C6482

Text Example


Text Example

White with #5C6482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C6482; }

 p { color: rgb(92,100,130); }

 H1.HeaderClassName
 {
   color: #5C6482;
 }
 .AnyTagClassName
 {
   color: #5C6482;
 }
</style>

background-color css

<style>
 a { background-color: #5C6482; }

 a { background-color: rgb(92,100,130); }

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

border-color css

<style>
 span { border-color: #5C6482; }

 span { border-color: rgb(92,100,130); }

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