Html Css Color HEX #57838C Half Baked

📋 copy color: '#57838C'

red 87 ◦ green 131 ◦ blue 140

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

Shades of Half Baked #57838C

Tints of Half Baked #57838C

RGB

 RED value IS 87 (34.38% from 255) = 24.3%

 GREEN value IS 131 (51.56% from 255) = 36.59%

 BLUE value IS 140 (55.08% from 255) = 39.11%

R = 24.3%
G = 36.59%
B = 39.11%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57838C (or 0x57838C) is known color: Half Baked. HEX triplet: 57, 83 and 8C. RGB value is (87,131,140). Sum of RGB (Red+Green+Blue) = 87+131+140=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 140 - color contains mainly: blue. Hex color #57838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57838C is #A87C73. Grayscale: #767676. Windows color (decimal): -11041908 or 9208663. OLE color: 9208663.

HSL color Cylindrical-coordinate representation of color #57838C: hue angle of 190.19º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57838C is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 131 140 -
CMYK 0.38 0.06 0 0.45
HSL 190.19º 0.23% 0.45% -
HSV(B) 190.19º 0.38% 0.55% -
XYZ 16.78 20.15 27.82 -
YUV 118.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 87 131 140 0.38 0.06 0 0.45 190.19 0.23 0.45
Hex 57 83 8C 26 6 0 2D BE 17 2D
Octal 127 203 214 46 6 0 55 276 27 55
Binary 1010111 10000011 10001100 100110 110 0 101101 10111110 10111 101101

Color Harmonies of #57838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57838C

Black with #57838C

Text Example


Text Example

White with #57838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57838C; }

 p { color: rgb(87,131,140); }

 H1.HeaderClassName
 {
   color: #57838C;
 }
 .AnyTagClassName
 {
   color: #57838C;
 }
</style>

background-color css

<style>
 a { background-color: #57838C; }

 a { background-color: rgb(87,131,140); }

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

border-color css

<style>
 span { border-color: #57838C; }

 span { border-color: rgb(87,131,140); }

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