Html Css Color HEX #58A59B Cadet Blue

📋 copy color: '#58A59B'

red 88 ◦ green 165 ◦ blue 155

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

Shades of Cadet Blue #58A59B

Tints of Cadet Blue #58A59B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

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

R = 21.57%
G = 40.44%
B = 37.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#58A59B (or 0x58A59B) is known color: Cadet Blue. HEX triplet: 58, A5 and 9B. RGB value is (88,165,155). Sum of RGB (Red+Green+Blue) = 88+165+155=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 165 - color contains mainly: green. Hex color #58A59B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A59B is #A75A64. Grayscale: #8C8C8C. Windows color (decimal): -10967653 or 10200408. OLE color: 10200408.

HSL color Cylindrical-coordinate representation of color #58A59B: hue angle of 172.21º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A59B is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 88 165 155 -
CMYK 0.47 0 0.06 0.35
HSL 172.21º 0.3% 0.5% -
HSV(B) 172.21º 0.47% 0.65% -
XYZ 23.4 31.35 35.83 -
YUV 140.84 135.99 90.31 -
System Red Green Blue C M Y K H S L
Decimal 88 165 155 0.47 0 0.06 0.35 172.21 0.3 0.5
Hex 58 A5 9B 2F 0 6 23 AC 1E 32
Octal 130 245 233 57 0 6 43 254 36 62
Binary 1011000 10100101 10011011 101111 0 110 100011 10101100 11110 110010

Color Harmonies of #58A59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A59B

Black with #58A59B

Text Example


Text Example

White with #58A59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58A59B; }

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

 H1.HeaderClassName
 {
   color: #58A59B;
 }
 .AnyTagClassName
 {
   color: #58A59B;
 }
</style>

background-color css

<style>
 a { background-color: #58A59B; }

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

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

border-color css

<style>
 span { border-color: #58A59B; }

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

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