Html Css Color HEX #417585 Calypso

📋 copy color: '#417585'

red 65 ◦ green 117 ◦ blue 133

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

Shades of Calypso #417585

Tints of Calypso #417585

RGB

 RED value IS 65 (25.78% from 255) = 20.63%

 GREEN value IS 117 (46.09% from 255) = 37.14%

 BLUE value IS 133 (52.34% from 255) = 42.22%

R = 20.63%
G = 37.14%
B = 42.22%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#417585 (or 0x417585) is known color: Calypso. HEX triplet: 41, 75 and 85. RGB value is (65,117,133). Sum of RGB (Red+Green+Blue) = 65+117+133=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #417585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417585 is #BE8A7A. Grayscale: #676767. Windows color (decimal): -12487291 or 8746305. OLE color: 8746305.

HSL color Cylindrical-coordinate representation of color #417585: hue angle of 194.12º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #417585 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 117 133 -
CMYK 0.51 0.12 0 0.48
HSL 194.12º 0.34% 0.39% -
HSV(B) 194.12º 0.51% 0.52% -
XYZ 12.77 15.54 24.52 -
YUV 103.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 65 117 133 0.51 0.12 0 0.48 194.12 0.34 0.39
Hex 41 75 85 33 C 0 30 C2 22 27
Octal 101 165 205 63 14 0 60 302 42 47
Binary 1000001 1110101 10000101 110011 1100 0 110000 11000010 100010 100111

Color Harmonies of #417585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417585

Black with #417585

Text Example


Text Example

White with #417585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417585; }

 p { color: rgb(65,117,133); }

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

background-color css

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

 a { background-color: rgb(65,117,133); }

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

border-color css

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

 span { border-color: rgb(65,117,133); }

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