Html Css Color HEX #5BA294 Cadet Blue

📋 copy color: '#5BA294'

red 91 ◦ green 162 ◦ blue 148

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

Shades of Cadet Blue #5BA294

Tints of Cadet Blue #5BA294

RGB

 RED value IS 91 (35.94% from 255) = 22.69%

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

 BLUE value IS 148 (58.2% from 255) = 36.91%

R = 22.69%
G = 40.4%
B = 36.91%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#5BA294 (or 0x5BA294) is known color: Cadet Blue. HEX triplet: 5B, A2 and 94. RGB value is (91,162,148). Sum of RGB (Red+Green+Blue) = 91+162+148=401 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.69% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA294 is #A45D6B. Grayscale: #8B8B8B. Windows color (decimal): -10771820 or 9740891. OLE color: 9740891.

HSL color Cylindrical-coordinate representation of color #5BA294: hue angle of 168.17º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5BA294 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 91 162 148 -
CMYK 0.44 0 0.09 0.36
HSL 168.17º 0.28% 0.5% -
HSV(B) 168.17º 0.44% 0.64% -
XYZ 22.58 30.2 32.66 -
YUV 139.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 91 162 148 0.44 0 0.09 0.36 168.17 0.28 0.5
Hex 5B A2 94 2C 0 9 24 A8 1C 32
Octal 133 242 224 54 0 11 44 250 34 62
Binary 1011011 10100010 10010100 101100 0 1001 100100 10101000 11100 110010

Color Harmonies of #5BA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA294

Black with #5BA294

Text Example


Text Example

White with #5BA294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BA294; }

 p { color: rgb(91,162,148); }

 H1.HeaderClassName
 {
   color: #5BA294;
 }
 .AnyTagClassName
 {
   color: #5BA294;
 }
</style>

background-color css

<style>
 a { background-color: #5BA294; }

 a { background-color: rgb(91,162,148); }

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

border-color css

<style>
 span { border-color: #5BA294; }

 span { border-color: rgb(91,162,148); }

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