Html Css Color HEX #567A90 Jelly Bean

📋 copy color: '#567A90'

red 86 ◦ green 122 ◦ blue 144

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

Shades of Jelly Bean #567A90

Tints of Jelly Bean #567A90

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.66%

 BLUE value IS 144 (56.64% from 255) = 40.91%

R = 24.43%
G = 34.66%
B = 40.91%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#567A90 (or 0x567A90) is known color: Jelly Bean. HEX triplet: 56, 7A and 90. RGB value is (86,122,144). Sum of RGB (Red+Green+Blue) = 86+122+144=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #567A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567A90 is #A9856F. Grayscale: #717171. Windows color (decimal): -11109744 or 9468502. OLE color: 9468502.

HSL color Cylindrical-coordinate representation of color #567A90: hue angle of 202.76º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #567A90 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 122 144 -
CMYK 0.40 0.15 0 0.44
HSL 202.76º 0.25% 0.45% -
HSV(B) 202.76º 0.4% 0.56% -
XYZ 15.83 17.91 29.01 -
YUV 113.74 145.07 108.21 -
System Red Green Blue C M Y K H S L
Decimal 86 122 144 0.40 0.15 0 0.44 202.76 0.25 0.45
Hex 56 7A 90 28 F 0 2C CB 19 2D
Octal 126 172 220 50 17 0 54 313 31 55
Binary 1010110 1111010 10010000 101000 1111 0 101100 11001011 11001 101101

Color Harmonies of #567A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567A90

Black with #567A90

Text Example


Text Example

White with #567A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567A90; }

 p { color: rgb(86,122,144); }

 H1.HeaderClassName
 {
   color: #567A90;
 }
 .AnyTagClassName
 {
   color: #567A90;
 }
</style>

background-color css

<style>
 a { background-color: #567A90; }

 a { background-color: rgb(86,122,144); }

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

border-color css

<style>
 span { border-color: #567A90; }

 span { border-color: rgb(86,122,144); }

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