Html Css Color HEX #565FB4 Rich Blue

📋 copy color: '#565FB4'

red 86 ◦ green 95 ◦ blue 180

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

Shades of Rich Blue #565FB4

Tints of Rich Blue #565FB4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.32%

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

R = 23.82%
G = 26.32%
B = 49.86%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#565FB4 (or 0x565FB4) is known color: Rich Blue. HEX triplet: 56, 5F and B4. RGB value is (86,95,180). Sum of RGB (Red+Green+Blue) = 86+95+180=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #565FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565FB4 is #A9A04B. Grayscale: #656565. Windows color (decimal): -11116620 or 11820886. OLE color: 11820886.

HSL color Cylindrical-coordinate representation of color #565FB4: hue angle of 234.26º 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 #565FB4 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 86 95 180 -
CMYK 0.52 0.47 0 0.29
HSL 234.26º 0.39% 0.52% -
HSV(B) 234.26º 0.52% 0.71% -
XYZ 16.17 13.46 44.93 -
YUV 102 172.02 116.59 -
System Red Green Blue C M Y K H S L
Decimal 86 95 180 0.52 0.47 0 0.29 234.26 0.39 0.52
Hex 56 5F B4 34 2F 0 1D EA 27 34
Octal 126 137 264 64 57 0 35 352 47 64
Binary 1010110 1011111 10110100 110100 101111 0 11101 11101010 100111 110100

Color Harmonies of #565FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565FB4

Black with #565FB4

Text Example


Text Example

White with #565FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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