Html Css Color HEX #567C94 Jelly Bean

📋 copy color: '#567C94'

red 86 ◦ green 124 ◦ blue 148

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

Shades of Jelly Bean #567C94

Tints of Jelly Bean #567C94

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.64%

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

R = 24.02%
G = 34.64%
B = 41.34%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#567C94 (or 0x567C94) is known color: Jelly Bean. HEX triplet: 56, 7C and 94. RGB value is (86,124,148). Sum of RGB (Red+Green+Blue) = 86+124+148=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #567C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567C94 is #A9836B. Grayscale: #737373. Windows color (decimal): -11109228 or 9731158. OLE color: 9731158.

HSL color Cylindrical-coordinate representation of color #567C94: hue angle of 203.23º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #567C94 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 124 148 -
CMYK 0.42 0.16 0 0.42
HSL 203.23º 0.26% 0.46% -
HSV(B) 203.23º 0.42% 0.58% -
XYZ 16.39 18.53 30.73 -
YUV 115.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 86 124 148 0.42 0.16 0 0.42 203.23 0.26 0.46
Hex 56 7C 94 2A 10 0 2A CB 1A 2E
Octal 126 174 224 52 20 0 52 313 32 56
Binary 1010110 1111100 10010100 101010 10000 0 101010 11001011 11010 101110

Color Harmonies of #567C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567C94

Black with #567C94

Text Example


Text Example

White with #567C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,124,148); }

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

background-color css

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

 a { background-color: rgb(86,124,148); }

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

border-color css

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

 span { border-color: rgb(86,124,148); }

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