Html Css Color HEX #5865BE Chetwode Blue

📋 copy color: '#5865BE'

red 88 ◦ green 101 ◦ blue 190

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

Shades of Chetwode Blue #5865BE

Tints of Chetwode Blue #5865BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 23.22%
G = 26.65%
B = 50.13%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5865BE (or 0x5865BE) is known color: Chetwode Blue. HEX triplet: 58, 65 and BE. RGB value is (88,101,190). Sum of RGB (Red+Green+Blue) = 88+101+190=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #5865BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5865BE is #A79A41. Grayscale: #6A6A6A. Windows color (decimal): -10984002 or 12477784. OLE color: 12477784.

HSL color Cylindrical-coordinate representation of color #5865BE: hue angle of 232.35º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5865BE is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 101 190 -
CMYK 0.54 0.47 0 0.25
HSL 232.35º 0.44% 0.55% -
HSV(B) 232.35º 0.54% 0.75% -
XYZ 17.97 15.1 50.68 -
YUV 107.26 174.69 114.26 -
System Red Green Blue C M Y K H S L
Decimal 88 101 190 0.54 0.47 0 0.25 232.35 0.44 0.55
Hex 58 65 BE 36 2F 0 19 E8 2C 37
Octal 130 145 276 66 57 0 31 350 54 67
Binary 1011000 1100101 10111110 110110 101111 0 11001 11101000 101100 110111

Color Harmonies of #5865BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5865BE

Black with #5865BE

Text Example


Text Example

White with #5865BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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