Html Css Color HEX #588F9B Half Baked

📋 copy color: '#588F9B'

red 88 ◦ green 143 ◦ blue 155

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

Shades of Half Baked #588F9B

Tints of Half Baked #588F9B

RGB

 RED value IS 88 (34.77% from 255) = 22.8%

 GREEN value IS 143 (56.25% from 255) = 37.05%

 BLUE value IS 155 (60.94% from 255) = 40.16%

R = 22.8%
G = 37.05%
B = 40.16%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#588F9B (or 0x588F9B) is known color: Half Baked. HEX triplet: 58, 8F and 9B. RGB value is (88,143,155). Sum of RGB (Red+Green+Blue) = 88+143+155=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #588F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588F9B is #A77064. Grayscale: #7F7F7F. Windows color (decimal): -10973285 or 10194776. OLE color: 10194776.

HSL color Cylindrical-coordinate representation of color #588F9B: hue angle of 190.75º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #588F9B is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 143 155 -
CMYK 0.43 0.08 0 0.39
HSL 190.75º 0.28% 0.48% -
HSV(B) 190.75º 0.43% 0.61% -
XYZ 19.76 24.09 34.62 -
YUV 127.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 88 143 155 0.43 0.08 0 0.39 190.75 0.28 0.48
Hex 58 8F 9B 2B 8 0 27 BF 1C 30
Octal 130 217 233 53 10 0 47 277 34 60
Binary 1011000 10001111 10011011 101011 1000 0 100111 10111111 11100 110000

Color Harmonies of #588F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588F9B

Black with #588F9B

Text Example


Text Example

White with #588F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588F9B; }

 p { color: rgb(88,143,155); }

 H1.HeaderClassName
 {
   color: #588F9B;
 }
 .AnyTagClassName
 {
   color: #588F9B;
 }
</style>

background-color css

<style>
 a { background-color: #588F9B; }

 a { background-color: rgb(88,143,155); }

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

border-color css

<style>
 span { border-color: #588F9B; }

 span { border-color: rgb(88,143,155); }

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