Html Css Color HEX #5C799C Waikawa Grey

📋 copy color: '#5C799C'

red 92 ◦ green 121 ◦ blue 156

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

Shades of Waikawa Grey #5C799C

Tints of Waikawa Grey #5C799C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.79%

 BLUE value IS 156 (61.33% from 255) = 42.28%

R = 24.93%
G = 32.79%
B = 42.28%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5C799C (or 0x5C799C) is known color: Waikawa Grey. HEX triplet: 5C, 79 and 9C. RGB value is (92,121,156). Sum of RGB (Red+Green+Blue) = 92+121+156=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C799C is #A38663. Grayscale: #747474. Windows color (decimal): -10716772 or 10254684. OLE color: 10254684.

HSL color Cylindrical-coordinate representation of color #5C799C: hue angle of 212.81º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C799C is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 92 121 156 -
CMYK 0.41 0.22 0 0.39
HSL 212.81º 0.26% 0.49% -
HSV(B) 212.81º 0.41% 0.61% -
XYZ 17.25 18.35 34.09 -
YUV 116.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 92 121 156 0.41 0.22 0 0.39 212.81 0.26 0.49
Hex 5C 79 9C 29 16 0 27 D5 1A 31
Octal 134 171 234 51 26 0 47 325 32 61
Binary 1011100 1111001 10011100 101001 10110 0 100111 11010101 11010 110001

Color Harmonies of #5C799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C799C

Black with #5C799C

Text Example


Text Example

White with #5C799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,121,156); }

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

background-color css

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

 a { background-color: rgb(92,121,156); }

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

border-color css

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

 span { border-color: rgb(92,121,156); }

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