Html Css Color HEX #565BB4 Rich Blue

📋 copy color: '#565BB4'

red 86 ◦ green 91 ◦ blue 180

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

Shades of Rich Blue #565BB4

Tints of Rich Blue #565BB4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.49%

 BLUE value IS 180 (70.7% from 255) = 50.42%

R = 24.09%
G = 25.49%
B = 50.42%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#565BB4 (or 0x565BB4) is known color: Rich Blue. HEX triplet: 56, 5B and B4. RGB value is (86,91,180). Sum of RGB (Red+Green+Blue) = 86+91+180=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #565BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BB4 is #A9A44B. Grayscale: #636363. Windows color (decimal): -11117644 or 11819862. OLE color: 11819862.

HSL color Cylindrical-coordinate representation of color #565BB4: hue angle of 236.81º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #565BB4 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 86 91 180 -
CMYK 0.52 0.49 0 0.29
HSL 236.81º 0.39% 0.52% -
HSV(B) 236.81º 0.52% 0.71% -
XYZ 15.82 12.76 44.81 -
YUV 99.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 86 91 180 0.52 0.49 0 0.29 236.81 0.39 0.52
Hex 56 5B B4 34 31 0 1D ED 27 34
Octal 126 133 264 64 61 0 35 355 47 64
Binary 1010110 1011011 10110100 110100 110001 0 11101 11101101 100111 110100

Color Harmonies of #565BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565BB4

Black with #565BB4

Text Example


Text Example

White with #565BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565BB4; }

 p { color: rgb(86,91,180); }

 H1.HeaderClassName
 {
   color: #565BB4;
 }
 .AnyTagClassName
 {
   color: #565BB4;
 }
</style>

background-color css

<style>
 a { background-color: #565BB4; }

 a { background-color: rgb(86,91,180); }

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

border-color css

<style>
 span { border-color: #565BB4; }

 span { border-color: rgb(86,91,180); }

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