Html Css Color HEX #56A298 Cadet Blue

📋 copy color: '#56A298'

red 86 ◦ green 162 ◦ blue 152

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

Shades of Cadet Blue #56A298

Tints of Cadet Blue #56A298

RGB

 RED value IS 86 (33.98% from 255) = 21.5%

 GREEN value IS 162 (63.67% from 255) = 40.5%

 BLUE value IS 152 (59.77% from 255) = 38%

R = 21.5%
G = 40.5%
B = 38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#56A298 (or 0x56A298) is known color: Cadet Blue. HEX triplet: 56, A2 and 98. RGB value is (86,162,152). Sum of RGB (Red+Green+Blue) = 86+162+152=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #56A298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A298 is #A95D67. Grayscale: #8A8A8A. Windows color (decimal): -11099496 or 10003030. OLE color: 10003030.

HSL color Cylindrical-coordinate representation of color #56A298: hue angle of 172.11º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A298 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 86 162 152 -
CMYK 0.47 0 0.06 0.36
HSL 172.11º 0.31% 0.49% -
HSV(B) 172.11º 0.47% 0.64% -
XYZ 22.43 30.09 34.33 -
YUV 138.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 86 162 152 0.47 0 0.06 0.36 172.11 0.31 0.49
Hex 56 A2 98 2F 0 6 24 AC 1F 31
Octal 126 242 230 57 0 6 44 254 37 61
Binary 1010110 10100010 10011000 101111 0 110 100100 10101100 11111 110001

Color Harmonies of #56A298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A298

Black with #56A298

Text Example


Text Example

White with #56A298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56A298; }

 p { color: rgb(86,162,152); }

 H1.HeaderClassName
 {
   color: #56A298;
 }
 .AnyTagClassName
 {
   color: #56A298;
 }
</style>

background-color css

<style>
 a { background-color: #56A298; }

 a { background-color: rgb(86,162,152); }

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

border-color css

<style>
 span { border-color: #56A298; }

 span { border-color: rgb(86,162,152); }

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