Html Css Color HEX #5865BD Chetwode Blue

📋 copy color: '#5865BD'

red 88 ◦ green 101 ◦ blue 189

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

Shades of Chetwode Blue #5865BD

Tints of Chetwode Blue #5865BD

RGB

 RED value IS 88 (34.77% from 255) = 23.28%

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

 BLUE value IS 189 (74.22% from 255) = 50%

R = 23.28%
G = 26.72%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5865BD (or 0x5865BD) is known color: Chetwode Blue. HEX triplet: 58, 65 and BD. RGB value is (88,101,189). Sum of RGB (Red+Green+Blue) = 88+101+189=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #5865BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5865BD is #A79A42. Grayscale: #6A6A6A. Windows color (decimal): -10984003 or 12412248. OLE color: 12412248.

HSL color Cylindrical-coordinate representation of color #5865BD: hue angle of 232.28º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5865BD is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 101 189 -
CMYK 0.53 0.47 0 0.26
HSL 232.28º 0.43% 0.54% -
HSV(B) 232.28º 0.53% 0.74% -
XYZ 17.86 15.06 50.11 -
YUV 107.15 174.19 114.34 -
System Red Green Blue C M Y K H S L
Decimal 88 101 189 0.53 0.47 0 0.26 232.28 0.43 0.54
Hex 58 65 BD 35 2F 0 1A E8 2B 36
Octal 130 145 275 65 57 0 32 350 53 66
Binary 1011000 1100101 10111101 110101 101111 0 11010 11101000 101011 110110

Color Harmonies of #5865BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5865BD

Black with #5865BD

Text Example


Text Example

White with #5865BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5865BD; }

 p { color: rgb(88,101,189); }

 H1.HeaderClassName
 {
   color: #5865BD;
 }
 .AnyTagClassName
 {
   color: #5865BD;
 }
</style>

background-color css

<style>
 a { background-color: #5865BD; }

 a { background-color: rgb(88,101,189); }

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

border-color css

<style>
 span { border-color: #5865BD; }

 span { border-color: rgb(88,101,189); }

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