Html Css Color HEX #58A7AA Cadet Blue

📋 copy color: '#58A7AA'

red 88 ◦ green 167 ◦ blue 170

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

Shades of Cadet Blue #58A7AA

Tints of Cadet Blue #58A7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.29%

 BLUE value IS 170 (66.8% from 255) = 40%

R = 20.71%
G = 39.29%
B = 40%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#58A7AA (or 0x58A7AA) is known color: Cadet Blue. HEX triplet: 58, A7 and AA. RGB value is (88,167,170). Sum of RGB (Red+Green+Blue) = 88+167+170=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #58A7AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A7AA is #A75855. Grayscale: #8F8F8F. Windows color (decimal): -10967126 or 11183960. OLE color: 11183960.

HSL color Cylindrical-coordinate representation of color #58A7AA: hue angle of 182.2º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58A7AA is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 167 170 -
CMYK 0.48 0.02 0 0.33
HSL 182.2º 0.33% 0.51% -
HSV(B) 182.2º 0.48% 0.67% -
XYZ 25.1 32.61 43 -
YUV 143.72 142.83 88.26 -
System Red Green Blue C M Y K H S L
Decimal 88 167 170 0.48 0.02 0 0.33 182.2 0.33 0.51
Hex 58 A7 AA 30 2 0 21 B6 21 33
Octal 130 247 252 60 2 0 41 266 41 63
Binary 1011000 10100111 10101010 110000 10 0 100001 10110110 100001 110011

Color Harmonies of #58A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A7AA

Black with #58A7AA

Text Example


Text Example

White with #58A7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,167,170); }

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

background-color css

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

 a { background-color: rgb(88,167,170); }

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

border-color css

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

 span { border-color: rgb(88,167,170); }

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