Html Css Color HEX #5D69AF Chetwode Blue

📋 copy color: '#5D69AF'

red 93 ◦ green 105 ◦ blue 175

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

Shades of Chetwode Blue #5D69AF

Tints of Chetwode Blue #5D69AF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.15%

 BLUE value IS 175 (68.75% from 255) = 46.92%

R = 24.93%
G = 28.15%
B = 46.92%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5D69AF (or 0x5D69AF) is known color: Chetwode Blue. HEX triplet: 5D, 69 and AF. RGB value is (93,105,175). Sum of RGB (Red+Green+Blue) = 93+105+175=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D69AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D69AF is #A29650. Grayscale: #6D6D6D. Windows color (decimal): -10655313 or 11495773. OLE color: 11495773.

HSL color Cylindrical-coordinate representation of color #5D69AF: hue angle of 231.22º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D69AF is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 93 105 175 -
CMYK 0.47 0.40 0 0.31
HSL 231.22º 0.34% 0.53% -
HSV(B) 231.22º 0.47% 0.69% -
XYZ 17.3 15.53 42.64 -
YUV 109.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 93 105 175 0.47 0.40 0 0.31 231.22 0.34 0.53
Hex 5D 69 AF 2F 28 0 1F E7 22 35
Octal 135 151 257 57 50 0 37 347 42 65
Binary 1011101 1101001 10101111 101111 101000 0 11111 11100111 100010 110101

Color Harmonies of #5D69AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D69AF

Black with #5D69AF

Text Example


Text Example

White with #5D69AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,105,175); }

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

background-color css

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

 a { background-color: rgb(93,105,175); }

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

border-color css

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

 span { border-color: rgb(93,105,175); }

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