Html Css Color HEX #065452 Sherpa Blue

📋 copy color: '#065452'

red 6 ◦ green 84 ◦ blue 82

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

Shades of Sherpa Blue #065452

Tints of Sherpa Blue #065452

RGB

 RED value IS 6 (2.73% from 255) = 3.49%

 GREEN value IS 84 (33.2% from 255) = 48.84%

 BLUE value IS 82 (32.42% from 255) = 47.67%

R = 3.49%
G = 48.84%
B = 47.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#065452 (or 0x065452) is known color: Sherpa Blue. HEX triplet: 06, 54 and 52. RGB value is (6,84,82). Sum of RGB (Red+Green+Blue) = 6+84+82=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #065452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065452 is #F9ABAD. Grayscale: #3C3C3C. Windows color (decimal): -16362414 or 5395462. OLE color: 5395462.

HSL color Cylindrical-coordinate representation of color #065452: hue angle of 178.46º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065452 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 84 82 -
CMYK 0.93 0 0.02 0.67
HSL 178.46º 0.87% 0.18% -
HSV(B) 178.46º 0.93% 0.33% -
XYZ 4.77 6.99 9.08 -
YUV 60.45 140.16 89.16 -
System Red Green Blue C M Y K H S L
Decimal 6 84 82 0.93 0 0.02 0.67 178.46 0.87 0.18
Hex 6 54 52 5D 0 2 43 B2 57 12
Octal 6 124 122 135 0 2 103 262 127 22
Binary 110 1010100 1010010 1011101 0 10 1000011 10110010 1010111 10010

Color Harmonies of #065452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065452

Black with #065452

Text Example


Text Example

White with #065452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065452; }

 p { color: rgb(6,84,82); }

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

background-color css

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

 a { background-color: rgb(6,84,82); }

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

border-color css

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

 span { border-color: rgb(6,84,82); }

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