Html Css Color HEX #5D61B4 Rich Blue

📋 copy color: '#5D61B4'

red 93 ◦ green 97 ◦ blue 180

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

Shades of Rich Blue #5D61B4

Tints of Rich Blue #5D61B4

RGB

 RED value IS 93 (36.72% from 255) = 25.14%

 GREEN value IS 97 (38.28% from 255) = 26.22%

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

R = 25.14%
G = 26.22%
B = 48.65%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5D61B4 (or 0x5D61B4) is known color: Rich Blue. HEX triplet: 5D, 61 and B4. RGB value is (93,97,180). Sum of RGB (Red+Green+Blue) = 93+97+180=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #5D61B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D61B4 is #A29E4B. Grayscale: #686868. Windows color (decimal): -10657356 or 11821405. OLE color: 11821405.

HSL color Cylindrical-coordinate representation of color #5D61B4: hue angle of 237.24º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D61B4 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 97 180 -
CMYK 0.48 0.46 0 0.29
HSL 237.24º 0.37% 0.54% -
HSV(B) 237.24º 0.48% 0.71% -
XYZ 17.03 14.17 45.02 -
YUV 105.27 170.17 119.25 -
System Red Green Blue C M Y K H S L
Decimal 93 97 180 0.48 0.46 0 0.29 237.24 0.37 0.54
Hex 5D 61 B4 30 2E 0 1D ED 25 36
Octal 135 141 264 60 56 0 35 355 45 66
Binary 1011101 1100001 10110100 110000 101110 0 11101 11101101 100101 110110

Color Harmonies of #5D61B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D61B4

Black with #5D61B4

Text Example


Text Example

White with #5D61B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,97,180); }

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

background-color css

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

 a { background-color: rgb(93,97,180); }

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

border-color css

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

 span { border-color: rgb(93,97,180); }

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