Html Css Color HEX #5C708F Waikawa Grey

📋 copy color: '#5C708F'

red 92 ◦ green 112 ◦ blue 143

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

Shades of Waikawa Grey #5C708F

Tints of Waikawa Grey #5C708F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.28%

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

R = 26.51%
G = 32.28%
B = 41.21%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C708F (or 0x5C708F) is known color: Waikawa Grey. HEX triplet: 5C, 70 and 8F. RGB value is (92,112,143). Sum of RGB (Red+Green+Blue) = 92+112+143=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 143 - color contains mainly: blue. Hex color #5C708F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C708F is #A38F70. Grayscale: #6D6D6D. Windows color (decimal): -10719089 or 9400412. OLE color: 9400412.

HSL color Cylindrical-coordinate representation of color #5C708F: hue angle of 216.47º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C708F is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 92 112 143 -
CMYK 0.36 0.22 0 0.44
HSL 216.47º 0.22% 0.46% -
HSV(B) 216.47º 0.36% 0.56% -
XYZ 15.17 15.85 28.25 -
YUV 109.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 92 112 143 0.36 0.22 0 0.44 216.47 0.22 0.46
Hex 5C 70 8F 24 16 0 2C D8 16 2E
Octal 134 160 217 44 26 0 54 330 26 56
Binary 1011100 1110000 10001111 100100 10110 0 101100 11011000 10110 101110

Color Harmonies of #5C708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C708F

Black with #5C708F

Text Example


Text Example

White with #5C708F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,112,143); }

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

background-color css

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

 a { background-color: rgb(92,112,143); }

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

border-color css

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

 span { border-color: rgb(92,112,143); }

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