Html Css Color HEX #5B65AC Rich Blue

📋 copy color: '#5B65AC'

red 91 ◦ green 101 ◦ blue 172

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

Shades of Rich Blue #5B65AC

Tints of Rich Blue #5B65AC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.75%

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 25%
G = 27.75%
B = 47.25%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B65AC (or 0x5B65AC) is known color: Rich Blue. HEX triplet: 5B, 65 and AC. RGB value is (91,101,172). Sum of RGB (Red+Green+Blue) = 91+101+172=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B65AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B65AC is #A49A53. Grayscale: #696969. Windows color (decimal): -10787412 or 11298139. OLE color: 11298139.

HSL color Cylindrical-coordinate representation of color #5B65AC: hue angle of 232.59º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B65AC is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 101 172 -
CMYK 0.47 0.41 0 0.33
HSL 232.59º 0.33% 0.52% -
HSV(B) 232.59º 0.47% 0.67% -
XYZ 16.41 14.51 40.97 -
YUV 106.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 91 101 172 0.47 0.41 0 0.33 232.59 0.33 0.52
Hex 5B 65 AC 2F 29 0 21 E9 21 34
Octal 133 145 254 57 51 0 41 351 41 64
Binary 1011011 1100101 10101100 101111 101001 0 100001 11101001 100001 110100

Color Harmonies of #5B65AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B65AC

Black with #5B65AC

Text Example


Text Example

White with #5B65AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,101,172); }

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

background-color css

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

 a { background-color: rgb(91,101,172); }

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

border-color css

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

 span { border-color: rgb(91,101,172); }

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