Html Css Color HEX #5D61BF Chetwode Blue

📋 copy color: '#5D61BF'

red 93 ◦ green 97 ◦ blue 191

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

Shades of Chetwode Blue #5D61BF

Tints of Chetwode Blue #5D61BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.13%

R = 24.41%
G = 25.46%
B = 50.13%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D61BF (or 0x5D61BF) is known color: Chetwode Blue. HEX triplet: 5D, 61 and BF. RGB value is (93,97,191). Sum of RGB (Red+Green+Blue) = 93+97+191=381 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.41% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D61BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D61BF is #A29E40. Grayscale: #6A6A6A. Windows color (decimal): -10657345 or 12542301. OLE color: 12542301.

HSL color Cylindrical-coordinate representation of color #5D61BF: hue angle of 237.55º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D61BF is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 97 191 -
CMYK 0.51 0.49 0 0.25
HSL 237.55º 0.43% 0.56% -
HSV(B) 237.55º 0.51% 0.75% -
XYZ 18.19 14.64 51.16 -
YUV 106.52 175.67 118.36 -
System Red Green Blue C M Y K H S L
Decimal 93 97 191 0.51 0.49 0 0.25 237.55 0.43 0.56
Hex 5D 61 BF 33 31 0 19 EE 2B 38
Octal 135 141 277 63 61 0 31 356 53 70
Binary 1011101 1100001 10111111 110011 110001 0 11001 11101110 101011 111000

Color Harmonies of #5D61BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D61BF

Black with #5D61BF

Text Example


Text Example

White with #5D61BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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